home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / omake.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1996-08-16  |  104 b   |  8 lines

  1. on timewait time
  2.   if the timer < time then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.